home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / GNX!PL20.ZIP / PROLOGON.DOC < prev    next >
Text File  |  1995-07-08  |  5KB  |  97 lines

  1.                      ProLogon 2.0 by Steelflight
  2.                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This ppe is supposed to work with Promatrix, but will work fine without it.
  5. The original idea came when i was stuck with a matrix and then nothing after
  6. that, so i decided to make this ppe. It is totally configureable, supports
  7. up to 20 different randomize logon screens, and works really well. 
  8.  
  9. Setup:
  10.  
  11. Setup is fairly simple. Make a fresh directory, like C:\pcb\ppe\prologon or
  12. such. Unzip all the files into it. Change the following lines in your
  13. PCBTEXT.
  14.  
  15.  
  16. Line 92:   !C:\PCB\PPE\PROLOGON\PASSFAIL.PPE_
  17.                        ^^^^^^^^ Or whatever path
  18.  
  19. Line 148:  !C:\PCB\PPE\PROLOGON\PROPASS.PPE_
  20.                        ^^^^^^^^ Or whatever path
  21.  
  22. Line 259:  !C:\PCB\PPE\PROLOGON\PROLOGON.PPE_
  23.                        ^^^^^^^^ Or whatever path
  24.  
  25.  
  26. Make sure Pcboard is set to allow one name users (G,C from PCBSETUP),
  27. and put a FAKE.PPE into PCBTEXT record #260.  If you don't already
  28. have one made, it should consist of a single line: KBDSTUFF CHR(13).
  29.  
  30. Detailed Config
  31.  
  32. Prologon.Cnf:   This file consists of 1 number. Line 1, the ONLY line, should
  33.                 simply have the number of logon screens to be displayed
  34.                 randomly. Make sure their is a LogonX.pcb and LogonX.cnf
  35.                 for each file, numbering must start with 1.
  36.  
  37. Logon#.pcb:     Ansi screen for Prologon. It should have a place for Handle
  38.                 and Password to be entered on it. (look at the example files.)
  39.                 THE FILE MUST NOT BE LONGER THEN 23 LINES!!! I cannot stress
  40.                 this enough. If the file is longer, it starts to scroll off
  41.                 the screen and a whole slew of positioning problems occur.
  42.                 Simply, make sure the ansis are 23 lines or less.
  43.  
  44. Logon#.Cnf      Config file. Each LogonX.pcb must have one of these to
  45.                 accompany it (with the same number. i.e., Logon7.pcb should
  46.                 have Logon7.cnf to accompany it) Example Logon1.cnf file:
  47.  
  48. Sample .cnf file
  49. 56                           ;line 1
  50. 11                           ;line 2
  51. 56                           ;line 3
  52. 12                           ;line 4
  53. 1                            ;line 5
  54.  
  55.           Line 1: X position of Username prompt
  56.                 This the X position (columns) of where to ask for the user's
  57.                 name. It should start no closer then 56 to the end. Prologon
  58.                 allows up to 24 characters to enter a handle. The longest
  59.                 handle i've ever seen has been 20 characters, so their
  60.                 should be no problems.
  61.  
  62.            Line 2: Y position of Username prompt
  63.                   The Y position (lines down) that it should ask for the user's
  64.                   name. This should not be over 23 lines down the screen, for
  65.                   obvious reasons. In summary, if you 'Don't get' this, it's
  66.                   like this. Somewhere in the ansi file (logonx.pcb) their
  67.                   should be someplace IN THE ANSI that has USERNAME written
  68.                   (look in the samples) and this is here so, if you want to
  69.                   add your own screens, you put the X and Y locations. 
  70.  
  71.            Line 3: X position of Password prompt.
  72.                    Basically same as the Username prompt. As long as it
  73.                    doesn't start at like the 68th line, it should be ok
  74.                    (PCB only allows like a 10 or 12 character Password)
  75.  
  76.            Line 4: Y position of Password ask.
  77.                    Pretty much the same as line 2, except it should be where
  78.                    it the password prompt is (in most of the examples, 1 line
  79.                    down from the USERNAME prompt. Again, CHECK THE SAMPLES!
  80.  
  81.            Line 5: Which number logon screen it is.
  82.                    Simply put which logon screen it is (if it is logon1.pcb,
  83.                    it should be 1, if it is logon4.pcb, it should be 4, ect.)
  84. -----------------------------------------------------------------------------
  85.      In conclusion, just add all the screens you want to. Make sure they are
  86.    no longer then 23 lines long. And make sure you have a CNF file for them.
  87.    without the cnf file, you will have interesting (at best) results. Their
  88.    is no registration, if you have any suggestions, i can be reached on CiP
  89.    net. The program works perfectly with Promatrix, which was what it was
  90.    designed with. I think the ppe is pretty kewl in that you can add your
  91.    own logon screens, and configure them. I don't think any pcb logon ppe's
  92.    do that (i could be wrong). Oh, last point, some people said the logon
  93.    screens i included where 'gay' So feel free to go and change them!
  94.    I can be reached by mailing to TALADAS@NILE.INTAC.COM
  95.  
  96.          -Steelflight[GNX]
  97.